home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Interface / MD.000 / scripts / DefineButton2_210 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2005-04-12  |  167b  |  7 lines

  1. on(rollOver){
  2.    startDrag("bot_nome_ballon",1);
  3.    bot_nome_ballon._visible = true;
  4.    _root.bot_nome = "Mais not├¡cias";
  5.    bot_nome_ballon._visible = true;
  6. }
  7.